- 
                Notifications
    You must be signed in to change notification settings 
- Fork 4
feat(dataframe): add V2 variable query editor under feature toggle #409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(dataframe): add V2 variable query editor under feature toggle #409
Conversation
…s/Gokudharan/split-variable-quey-editor-into-v1-v2
…s/Gokudharan/split-variable-quey-editor-into-v1-v2
…s/Gokudharan/split-variable-quey-editor-into-v1-v2
| import { DataFrameVariableQueryEditorV1 } from './v1/DataFrameVariableQueryEditorV1'; | ||
| import { DataFrameVariableQueryEditorV2 } from './v2/DataFrameVariableQueryEditorV2'; | ||
|  | ||
| export function DataFrameVariableQueryEditorWrapper(props: Props) { | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: src/datasources/data-frame/components/DataFrameQueryEditorWrapper.tsx uses arrow function syntax. can we follow the same here to maintain consistency?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add tests for this file.
| @gokuldharan-ni , When closing the PR, could we add a comment explaining the reason for closure so other reviewers can understand the context? | 
| 
 I have moved the changes to a different branch and created a PR for the other branch, so I abandoned this PR. | 
Pull Request
🤨 Rationale
Task 3262819: Move the legacy variable query editor into v1 and add a new v2 variable query editor under feature toggle
This PR moves the legacy variable query editor into v1 and adds a v2 variable query editor under feature toggle.
👩💻 Implementation
🧪 Testing
Added unit tests for the introduced functionalities
✅ Checklist